home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / LIFER__ / PROTO / U / LIFE_WIN.H < prev    next >
Text File  |  1991-07-23  |  816b  |  37 lines

  1. /* LIFE_WINDOW */
  2.  
  3. /* File name: LIFE_WINDOW.h */
  4. /* Function: Handle a modeless dialog */
  5. /* History: 7/23/91 Original by Prototyper 3.0   */
  6.  
  7.  
  8.  
  9.  
  10. /* ======================================================= */
  11.  
  12.  
  13. /* Init the modeless dialog */
  14. void U_Init_LIFE_WINDOW(void);
  15.  
  16. /* Moved the modeless dialog */
  17. void U_Moved_LIFE_WINDOW(DialogPtr theDialog, Rect *OldRect);
  18.  
  19. /* Update the modeless dialog */
  20. void U_Update_LIFE_WINDOW(DialogPtr theDialog);
  21.  
  22. /* Setup the modeless dialog */
  23. void U_Setup_LIFE_WINDOW(DialogPtr theDialog);
  24.  
  25. /* Close the modeless dialog */
  26. void U_Close_LIFE_WINDOW(DialogPtr theDialog);
  27.  
  28. /* Hit in the modeless dialog */
  29. void U_Hit_LIFE_WINDOW(DialogPtr theDialog, short itemHit, Boolean *ExitDialog, EventRecord *theEvent);
  30.  
  31.  
  32.  
  33. /* ======================================================= */
  34.  
  35.  
  36.  
  37.